.test{
    height: 450px;
    border: 1px solid;

}
.catname{
    font-family: Segoe UI;
    font-style: normal;
    font-size: 24px;
    color: #001B61;
}
.seeMore{
    margin-right: 8px;
    font-family: Montserrat arm;
    padding: 10px;
    float: right;
    /*    z-index: 54112313135;*/
    font-style: normal;
    font-size: 16px;
/*    !* identical to box height *!*/
/*    text-transform: capitalize;*/
    color: #001B61;
/*    float: right;*/
    transition: transform .2s;
}
.seeMore:hover {
    transform: scale(1.2);
}
